#contact {
  width: 90%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#contact img {
  width: 100px;
}

#contact p {
  font-weight: bold;
  color: var(--primaryDark);
}

#phones {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 238px;
  margin-top: 5px;
  color: var(--dark2);
}

#phones span {
  font-family: Roboto;
}

.map-container {
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 9px;
  /* box-shadow: 0 2px 8px rgb(57 14 14 / 10%); */
  margin-top: 20px; /* center in flex/rtl */
  background: var(--light1);
  border: 1px solid var(--primary);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#contact a {
  color: var(--dark1);
  font-size: 13px;
  margin-top:5px
}
